/*
Theme Name: AF Blue
Theme URI: http://www.farsi.it
Description: Theme for WordPress of AF Lab
Version: 0.8
Author: Action Farsi
*/

@font-face {
    font-family: "Gill Sans Ultra Bold";
    src: url(/GILSANUB.TTF) format("truetype");
    }
 
html {
	height: 100%;
}
 
body {
	margin: 0px;
	padding: 0px;
    height: 100%;
}

.row {
    width: 100%;
    margin: 0 auto;
}

a, a:link{
	color:#002C4D;
	text-decoration: none;
	border-bottom-color: #002C4D;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002C4D;
}

h1{
    color: white;
    padding: 10px;
    margin: 10px;
    font-family: 'Gill Sans Ultra Bold', Arial Black Bold, Helvetica, sans-serif;
    height: 60px;
    font-size: 4em;
    /*text-shadow: -1px 2px 4px #002C4D, 1px -2px 4px #555; */
    -moz-text-shadow:    4px 4px 3px  #002C4D;
    -webkit-text-shadow: 4px 4px 3px  #002C4D;
    text-shadow:         4px 4px 3px  #002C4D;
}

h2 a{
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

h2 a:hover{
    color: #002C4D;
	text-decoration: none;
	border: none;	
}

h2 {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size:large;
	margin:0px;
}

#header{
	margin:0px;
	padding:3px;
    min-height: 100px;
	color : #FFFFFF;
    background-color: #0066B3;
    border-bottom: 15px solid #45A1E6;
    border-bottom: 4px solid #002C4D;
    
}

#header-gif{
	margin-left:20px;
    margin-right:30px;
    padding-bottom:0px;
	top: 0px;
    display: inline-block;
}

#header-menu {
	margin-left: 15px;
	margin-top: 20px;
	font-size: medium;
	text-transform: lowercase;
    display: inline-block;
    vertical-align: top;
}

#sidebar {
	display: inline-block;
    vertical-align: top;
    padding: 4px 7px;
    margin-right: 35px;
    margin-top: 0px;
    margin-left: 6px;
    padding-bottom: 5px;
    color: white;
    font-family: "Gill Sans Bold", "Arial Black";
    font-size: 1.2em;
    background: #0066B3;
    border-left: 4px solid #45A1E6;
    border-bottom: 3px solid #002C4D;
    border-right: 7px solid #002C4D;
    width: 120px;
}

#sidebar ul{
	line-height: 18px;
	list-style-type: none;
	padding-left:4px;
	margin:2px;
	padding-right:7px;
}

.children{
	line-height: 16px;
	font-size: small;
	color: #DDDDDD;
	margin-left: 10px; 
	padding-bottom: 3px;
}

#sidebar a{
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

#sidebar a:hover{
	color: #002C4D;
	text-decoration: none;
	border: none;	
}

.sidebar-middle {
	width: 178px;
    padding: 4px;
    margin: 7px 5px;
    background-color: #004980;
    -moz-box-shadow:    4px 4px 2px 0px #002C4D;
    -webkit-box-shadow: 4px 3px 2px 0px #002C4D;
    box-shadow:         4px 4px 2px 0px #002C4D;
    border: 1px solid black;
}

.sidebar-m2{
    margin-left: 10px;
}

#container{
    margin-top:20px;
    display: inline-block;
    width: 95%;
    min-width: 350px;
    max-width: 700px;
}

#content{
	margin: 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	
}
.bar{
	background-color:#0066B3;
	border-left:4px solid #45A1E6;
	border-top:4px solid #45A1E6;
	color:#ffffff;
	font-size:small;
	min-height:20px;
	margin-bottom:15px;
	margin-top:-15px;
    padding-right: 4px;
	vertical-align: bottom;
    
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bar-title{
	background-color:#45A1E6;
	padding:1px;
	font-size: medium;
}

.post{
	margin-left: 20px;
	border-left-width: 3px;
	border-left-color: #45A1E6;
	border-left-style: solid;
	margin-bottom: 30px;

	background-color: #F9F9FD;
    overflow: auto;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.post-top{
	background-color: #45A1E6;
	color: #FFFFFF;
	height: 38px;
	padding: 4px;
	line-height: 18px;
	vertical-align: middle;
	
}

.logo{
	position: relative;
	left: -4px;
	top: 0px;
	float: left;
	margin-right: 5px;
}

.post p {
	margin-bottom:8px;
	margin-top:3px;
}

.post-top a{
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	border: none;
}

.post-author{
	background-color: #0066B3;
	padding: 4px;
	font-weight: bold;
	color: #002C4D;
	font-size: small;
	font-style: italic;
	height: 25px;
}

.post-entry{
	padding: 5px;
    margin: 10px;
	text-align: justify;
}

.post-entry img{
	margin: 5px;
    height: auto;
    max-width: 100%;
    box-shadow: 2px 2px 4px 0px #002C4D;
    border: 1px solid #002C4D;
}

#category{
	margin-left: 20px;
	border-left-width: 3px;
	border-left-color: #45A1E6;
	border-left-style: solid;
	margin-bottom: 30px;
	margin-right: 50px;
	padding-right: 4px;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.category-list{
	margin: 0px; 
	padding: 0px;
	padding-bottom: 30px;
}

#category-top{
    background-color: #45A1E6;
	color: #FFFFFF;
	height: 38px;
	padding: 4px;
	line-height: 18px;
	vertical-align: middle;
}

#category-text{
	background-color: #0066B3;
	padding: 4px;
	padding-right: 20px;
	font-weight: bold;
	color:#F5FAFC;
	font-style: italic;
	min-height: 40px;
	text-align: justify;
}

.category-elem{
	background-color: #F5FAFC;
	padding : 4px;
	padding-top: 2px;
	margin: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top:5px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #45A1E6;
	border-right-color: #45A1E6;
	border-bottom-color: #45A1E6;
	border-left-color: #45A1E6;

}

 #thecomments{
	margin-left: 20px;
	border-left-width: 3px;
	border-left-color: #45A1E6;
	border-left-style: solid;
	margin-bottom: 30px;
	padding-left: 5px;
    background-color: #F9F9FD;
}

#comments {
	background: #45A1E6;
	color:#FFFFFF;
	margin-left:-5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.commentlist li{
	border-left-width: 3px;
	border-left-color: #0066B3;
	border-left-style: solid;
	padding-left: 5px;
}

.avatar-32{
	float: left;
	margin: 6px;
}

/* From WPRESS default */

.alignleft{
	float: left;
	margin: 12px;
}

.alignright{
	float: right;
	margin: 12px;
}

.size-small{
    max-width: 30%;
}

.size-medium{
    max-width: 50%;
}

.size-large{
    max-width: 80%;
}

.wp-caption-text{
	text-align: center;
	font-size: small;
	margin:1px;
	padding:1px;
	border-color: #002C4D;
	border-width: 1px;
	border-style: dashed;
}
